YNQ  YNQ-1.6.2
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups
Encryption Algorithms

Macros

#define AM_CRYPTER_NONE   0
 
#define AM_CRYPTER_LM   1
 
#define AM_CRYPTER_NTLM   2
 
#define AM_CRYPTER_LM2   3
 
#define AM_CRYPTER_NTLM2   4
 

Detailed Description

Available encryption algorithms

Macro Definition Documentation

#define AM_CRYPTER_NONE   0

Encryption is skipped.

#define AM_CRYPTER_LM   1

Fixed-length 128-bit LM response.

#define AM_CRYPTER_NTLM   2

Fixed-length 192-bit NTLM response.

#define AM_CRYPTER_LM2   3

Fixed-length 128-bit LMv2 response.

#define AM_CRYPTER_NTLM2   4

Variable-length NTLMv2 response.